home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 8 / QRZ Ham Radio Callsign Database - Volume 8.iso / mac / files / t_sys5 / unixcpio.gz / unixnet.cpio / read.me < prev    next >
Text File  |  1994-07-11  |  4KB  |  132 lines

  1.    The following files have been changed or added since Phil's 33 alpha
  2. release:
  3.  
  4. NRCMD.C
  5.     Fixed display of node broadcast and obsolescence timers.
  6.     Added 'R' flag indication in node info display (recorded
  7.     route).  Added "netrom verbose" command to inhibit broadcast
  8.     of routing table entries in NODES broadcast.  Added 
  9.     "netrom ttl" command to control time-to-live parameter
  10.     in net/rom network packets.  Added scads of NET/ROM level
  11.     four commands.
  12.  
  13. TTYDRIV.C
  14.     Again (and again and again) restored ^W word erase.
  15.  
  16. VERSION.C
  17.     Changed banner to (alpha w9nk.4)
  18.  
  19. AX_MBX.C
  20.     Routines for the AX25 mailbox.  To turn the mailbox on,
  21.     type "mbox y".  To turn it off, "mbox n", and to check
  22.     the status, "mbox ?"  To get a display of all active
  23.     mailbox sessions, just type "mbox".
  24.  
  25.     This version supports receipt of messages from MBL/RLI
  26.     bulletin board systems via abbreviated forwarding.
  27.  
  28.     Added X-BBS-Msgtype: header line based on request from
  29.     Ofer Lapid (whether he knows it or not).  Added support
  30.     for NET/ROM transport sessions.
  31.  
  32. AX25CMD.C
  33.     Added code to activate mailbox.  Changed doconnect() to
  34.     disallow "connect netrom foo".
  35.  
  36. ARPCMD.C
  37.     Added code to prohibit digipeaters in "arp add netrom".
  38.  
  39. MAIN.C
  40.     Added mbox command.  Added NET/ROM copyright notice.
  41.     Added finger support.
  42.  
  43. NETROM.H
  44.     Added define for NRB_RECORDED bind flag.  Added function
  45.     prototypes for level 3 header conversion routines.
  46.  
  47. NR3.C
  48.     Fixed obscure bug that caused infinite recursion when you
  49.     were silly enough to give your own callsign in an arp add
  50.     command as the destination address of someone else's IP 
  51.     station, and then tried to send them an IP datagram.
  52.  
  53.     Added "route record" feature, which installs temporary
  54.     routing table entries for network packet source stations
  55.     who do not already appear in the routing table.  This is 
  56.     a major improvement, especially in situations where the
  57.     receiving station is in the net/rom network tables, but
  58.     the sending station's callsign has not propagated yet.
  59.     Then fixed silly code bug in route recording, that caused
  60.     segmentation faults on real operating systems.
  61.  
  62.     Also:  this version recognizes the new "network extension"
  63.     transport packet type, and forwards "real" net/rom transport
  64.     packets to NR4.C for processing.  And, broke out formatting
  65.     of net/rom level 3 datagrams into a separate routine to
  66.     accomodate net/rom transport.
  67.  
  68.     *** THIS VERSION IS NOT COMPATIBLE WITH EARLIER VERSIONS
  69.     *** OF THE NET/ROM SUPPORT!
  70.  
  71.     Fixed the link reestablishment bug.
  72.  
  73. NR4.C
  74. NR4SUBR.C
  75. NR4USER.C
  76. NR4TIMER.C
  77.     New files containing NET/ROM transport support.
  78.  
  79. NR4.H
  80.     New file containing defines for NET/ROM transport support.
  81.  
  82. AX25.C
  83.     Fixed Phil's fix that prevented us from processing NET/ROM
  84.     route broadcasts.  The PID was being sign extended in a 
  85.     comparison, so it never matched.
  86.  
  87.     Fixed the link reestablishment bug.
  88.  
  89. AX25DUMP.C
  90.     Fixed sign extension of route qualities in NET/ROM route
  91.     broadcast dumps.  Restored tracing of IP datagrams in 
  92.     NET/ROM network packets.  Supports tracing of new
  93.     "network extension" packets with and without IP datagrams
  94.     in them.  Improved formatting of traced NET/ROM IP
  95.     datagrams.  Fixed display of NET/ROM info ack packets.
  96.  
  97. AX_MBX.H
  98.     Defines for mailbox.
  99.  
  100. LAPB.C
  101.     Minor change for new nr_route() calling sequence.  Hacked fix
  102.     for bug that caused pathological behavior when two UA's were 
  103.     received during setup.  Symptom was an endless sequence of
  104.     bounces of SABM, UA, and FRMR between the two affected stations.
  105.     Getting rid of FRMR should fix the problem.  Also "DM means DM"
  106.     in CONNECTED state.  These are partial fixes; real good AX.25
  107.     awaits Phil's super-duper new AX.25 code.  (Fix also applied
  108.     to RECOVERY state.)
  109.  
  110. TCPIN.C
  111.     Changed TIME-WAIT processing to avoid ACK'ing ACKS without
  112.     FIN set.  Without this fix, two TCP's could get in an ACK-ACK
  113.     loop forever.
  114.  
  115. MAKEFILE
  116.     What you'd expect.
  117.  
  118. SESSION.C
  119.     Added support for NET/ROM transport sessions.  Fixed finger
  120.     bug that failed to do a receive when the finger session was
  121.     entered.
  122.  
  123. TIMER.C
  124.     Slight change to tick() to accomodate the way we have to
  125.     do timer expiration in NET/ROM transport.
  126.  
  127. AND ...
  128.     The ka7axd finger code.  See the file README.FGR in this archive.
  129.  
  130.    -- Dan Frank, W9NK (dan@cs.wisc.edu, w9nk@w9wi-1, and now,
  131.                        the #MADIP:W9NK NET/ROM mailbox)
  132.